home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / temacd / tiny / tf6pro-6[1].0.140.exe / Tiny Firewall Pro 6.0.msi / log.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-27  |  6.6 KB  |  363 lines

  1. /*//////////////////////////////////////////////////////////////////////
  2. filename:         log.css
  3. copyright(c):     Tiny Software Inc 2002, 2003 (http://www.tinysoftware.com)
  4. author:         Jozef Palocko (jpalocko@tinysoftware.com)
  5. product:         Tiny Personal Firewall 5.x                
  6. description:     Log viewer css file
  7. ///////////////////////////////////////////////////////////////////////*/
  8.  
  9. .clsFilterLink{     
  10.     font-size: 12px;
  11.     COLOR: black;
  12.     font-weight : bold;
  13. }
  14. .clsShow{
  15.     display:inline;
  16. }
  17. .clsHide{
  18.     display:none;
  19. }
  20. .clsTable{
  21.     font-size: 10px;
  22. }
  23. .clsForm {
  24.     font-size: 10px;
  25.     background-color: #E7EFF7;
  26.     text-align : left;   
  27.     padding: 0px;
  28.     height: 30px;
  29.     vertical-align:middle;
  30. }
  31. .clsNavBar {
  32.     font-size: 10px;
  33.     background-color: #7081FE; 
  34.     text-align : center;  
  35.     padding: 2px; 
  36.     COLOR: #ffffff;
  37. }
  38. .clsResult {
  39.     font-size: 8px;
  40.     background-color: #E7EFF7;  
  41.     color:#000000;
  42.     text-align : left;
  43.     margin-bottom: 10px;
  44.     overflow : auto;
  45. }       
  46. .clsResultFrame{
  47.     width:100%; 
  48.     height:100%;
  49.     overflow:auto;
  50. }
  51. .clsHeading {      
  52.    font-size: 20px;           
  53.    background-color: #7081FE; 
  54.   
  55. }
  56. .clsFirewall{
  57.     background-color: #ccccFE;
  58.     height:14px;
  59.  
  60.     font-size: 8px;
  61.     color:#000000;
  62.     text-align : left;
  63.     margin-bottom: 10px;
  64.     }
  65. .clsSandbox{
  66.     height:14px;
  67.     background-color: #eeeeee;
  68.  
  69.     font-size: 8px;
  70.     color:#000000;
  71.     text-align : left;
  72.     margin-bottom: 10px;
  73.     }
  74. .clsIDS{
  75.     height:14px;
  76.     background-color: #ffffd7;  
  77.  
  78.     font-size: 8px;
  79.     color:#000000;
  80.     text-align : left;
  81.     margin-bottom: 10px;
  82.     }
  83. .clsEvent{
  84.     background-color: #fafafa;  
  85.     text-align : left;
  86.     margin-bottom: 10px;
  87.  
  88.     font-size: 8px;
  89.     color:#000000;
  90.     text-align : left;
  91.     margin-bottom: 10px;
  92.     }    
  93. .clsAllow{
  94.     color =#2e8b57;
  95.     font-weight : bold;
  96.  
  97.     font-size: 8px;
  98.     color:#000000;
  99.     text-align : left;
  100.     margin-bottom: 10px;
  101.     }            
  102. .clsPrevent{
  103.     color =#ff0000;
  104.     font-weight : bold;
  105.  
  106.     font-size: 8px;
  107.     color:#000000;
  108.     text-align : left;
  109.     margin-bottom: 10px;
  110.     }            
  111. .clsAskUser{
  112.     color =#00ffff;
  113.     font-weight : bold;
  114.  
  115.     font-size: 8px;
  116.     color:#000000;
  117.     text-align : left;
  118.     margin-bottom: 10px;
  119.     }    
  120.  
  121. }
  122. BODY {
  123.     margin: 0px;
  124.     padding: 1px;
  125.     font-family: "MS Sans serif", "Verdana", "Tahoma" ;
  126.     font-size: 10px;
  127.     COLOR: black;             
  128.     scrolling:auto;
  129. /*
  130.     scrollbar-face-color: #000066; 
  131.     scrollbar-shadow-color: #ffffff; 
  132.     scrollbar-highlight-color:  #ffffff; 
  133.     scrollbar-3dlight-color: #ffffff; 
  134.     scrollbar-darkshadow-color: #fffffff; 
  135.     scrollbar-track-color: #ffffff; 
  136.     scrollbar-arrow-color: #ffffff;
  137. */
  138. }
  139.  
  140. FORM {
  141.     margin-top: 0px;
  142.     margin-bottom: 0px;
  143.     
  144.  
  145. /*INPUT{
  146.     BACKGROUND-COLOR: white; 
  147.     BORDER-BOTTOM: #000066 0px ; 
  148.     BORDER-LEFT: #000066 1px ; 
  149.     BORDER-RIGHT: #000066 1px; 
  150.     BORDER-TOP: #000066 0px ; 
  151.     COLOR: black; 
  152.     margin: 0px;
  153. } */
  154. /*style  bottom this comment are not used*/
  155. /*    
  156. body {
  157.     margin: 0px;
  158.     padding: 1px;
  159.     font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
  160.     font-size: 12px;
  161.     COLOR: #000000; 
  162.     scrollbar-face-color: #000066; 
  163.     scrollbar-shadow-color: #ffffff; 
  164.     scrollbar-highlight-color:  #ffffff; 
  165.     scrollbar-3dlight-color: #ffffff; 
  166.     scrollbar-darkshadow-color: #fffffff; 
  167.     scrollbar-track-color: #ffffff; 
  168.     scrollbar-arrow-color: #FF9933;
  169.     background-image: url(images/zalogo.gif);
  170.     background-repeat: repeat;
  171.  
  172. }
  173. .main {
  174.     background-color: #f9f9f9;
  175.     width: 775px;
  176.     height: 500px;
  177.     float : none;
  178.     text-align : left;
  179.     border: 1px solid #000066;
  180.     }
  181. .header {
  182.     width: 100%;
  183.     height: 115px;
  184.     margin-bottom: 0px;
  185. }
  186. .footer {
  187.     width: 100%;
  188.     margin-top: 15px;
  189.     clear: both;
  190.     text-align : center;
  191.     vertical-align: bottom;
  192. }
  193. .left {
  194.     width: 60%;
  195.     height:  85%;
  196.     float: left;
  197.     padding-left : 10px;
  198.     padding-right : 10px;
  199. }
  200. .right {
  201.     width: 40%;
  202.     height: 90%; 
  203.     float:RIGHT;
  204.     padding : 5px;
  205.     background-color: #eeeeee;
  206. }
  207. .member{
  208.      vertical-align:top;
  209.     width:205px;
  210.     margin: 5px;
  211. }
  212. .l_heading{
  213.     COLOR: #000066; 
  214.     font-size : 16    px;
  215.     background-color: #EAEAEA;
  216. }
  217. .flashtitle{
  218.     COLOR: #000066; 
  219.     font-size : 10px;
  220.     height: 20px;
  221.     font-weight: bold;
  222.     vertical-align: bottom; 
  223. }
  224. .flashbox{
  225.  margin-bottom: 25px;
  226.  margin-top: 10px;
  227.  margin-left: 5px;
  228.  margin-right: 5px;
  229. }
  230. .flashnews{
  231.    margin: 2px; 
  232.     background-color: #dddddd;
  233.     font-size : 10px;
  234. }
  235. .news{
  236.     padding-bottom : 10px;
  237.     padding-top : 5 px;
  238. }
  239. .gbform{
  240.     padding : 25px;
  241.  
  242. }
  243. .gbmsg{
  244.     font-size : 12    px;
  245.     margin-bottom:15px;
  246. }
  247. .r_heading {
  248.     COLOR: #000066; 
  249.     height: 18px;
  250.     font-size : 14    px;
  251.     font-weight: bold;
  252.     letter-spacing: -1px;
  253.     background-image: url(images/hback.gif);
  254.     background-repeat: repeat-x;
  255.     background-position: bottom;
  256.     vertical-align: top;
  257. }
  258. .date {
  259.     font-size : 10px;
  260.     vertical-align: middle;
  261. }
  262. .news_list{
  263.     overflow: auto; 
  264.     height: auto; 
  265.     text-align:left;
  266. }
  267. .col_left{
  268.     float: left;
  269.     width: 47%
  270. }
  271. .col_right{
  272.     float: right;
  273.     width: 47%
  274. }
  275. .col {
  276.     float: left;
  277.     width: 100%;
  278.     margin-top: 15px;
  279.     text-align : left;
  280. }
  281. .box
  282. {
  283.     margin-bottom: 15px;
  284. }
  285. .box_content{
  286.     margin-top: 5px;
  287.     padding-left: 1%;
  288.     font-size: 11px;
  289. }
  290. .box_text{
  291.     font-size: 11px;
  292. }
  293. .reportlist{
  294.     text-align: left;
  295.     letter-spacing: -1px;
  296.     margin-top: 10px;
  297. }
  298. .DottedLine
  299. {    
  300.     background-image: url(im/dot.gif);
  301.     background-repeat: repeat-x;
  302.     background-position : bottom;
  303.     vertical-align : bottom;
  304. }
  305. .DottedLineVertical
  306. {
  307.     background-image: url(im/dot.gif);
  308.     background-repeat: repeat-y;
  309. }
  310.  
  311.  
  312. A {
  313.     COLOR: #000066; 
  314.     TEXT-DECORATION: underline;
  315. }
  316. A:hover {
  317.     COLOR: #FF9933; 
  318.     TEXT-DECORATION: underline;
  319. }
  320. INPUT{
  321.     BACKGROUND-COLOR: white; 
  322.     BORDER-BOTTOM: #000066 1px solid; 
  323.     BORDER-LEFT: #000066 1px solid; 
  324.     BORDER-RIGHT: #000066 1px solid; 
  325.     BORDER-TOP: #000066 1px solid; 
  326.     COLOR: black; 
  327.     font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
  328.     font-size: 11px;
  329.     margin: 1px;
  330. }
  331. TEXTAREA {
  332.     BACKGROUND-COLOR: white; 
  333.     font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
  334.     font-size: 11px;
  335.     BORDER-BOTTOM: #000066 1px solid; 
  336.     BORDER-LEFT: #000066 1px solid; 
  337.     BORDER-RIGHT: #000066 1px solid; 
  338.     BORDER-TOP: #000066 1px solid; 
  339.     COLOR: black; 
  340.     height: 80px;
  341.     margin: 1px;
  342.     }
  343. CODE {
  344.     COLOR: #336666; 
  345.     FONT-FAMILY: "Courier New", Courier, monospace; 
  346.     FONT-SIZE: 11px;
  347. }
  348. form {
  349.     margin-top: 0px;
  350.     margin-bottom: 0px;
  351. }
  352. table {
  353.     font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
  354.     font-size: 12px;
  355.     border:0px;
  356.     padding: 0px;
  357.     vertical-align: top;
  358. }
  359. TR {
  360.     vertical-align: top;
  361. }
  362. */